home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / netclb23 / nwcall.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-20  |  364 b   |  14 lines

  1. #ifndef NWCALL_H
  2. #define NWCALL_H
  3.  
  4. /**********************/
  5. /* NW Call prototypes */
  6. /**********************/
  7.  
  8. int NWcall(int ah_set,void *request, void *reply);
  9. int NWcallx(int ah_set,int al_set,void *request, void *reply);
  10. int NWF2call(byte function,void *request,word requestLength,
  11.              void *reply,word replyLength);
  12.              
  13. #endif
  14.